Skip to content

Conversation

lkts
Copy link
Contributor

@lkts lkts commented Oct 22, 2024

Backport

This will backport the following commits from main to 8.x:

Questions ?

Please refer to the Backport tool documentation

In LogsDB we would like to use a default value of `8191` for the index-level setting
`index.mapping.ignore_above`. The value for `ignore_above` is the _character count_,
but Lucene counts bytes. Here we set the limit to `32766 / 4 = 8191` since UTF-8
characters may occupy at most 4 bytes.

(cherry picked from commit 521e434)

# Conflicts:
#	server/src/main/java/org/elasticsearch/common/settings/Setting.java
@lkts
Copy link
Contributor Author

lkts commented Oct 23, 2024

@elasticmachine update branch

@lkts lkts merged commit 8ea52ff into elastic:8.x Oct 23, 2024
15 checks passed
@lkts lkts deleted the backport/8.x/pr-113442 branch October 23, 2024 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants